(Quick Reference)

install-vaadin-templates

Purpose

Copies the the templates used by the Grails Vaadin Plugin during code generation to your project directory

Examples

grails install-vaadin-templates

Description

Usage:

grails install-vaadin-templates

The install-vaadin-templates command will copy the templates the Grails Vaadin Plugin uses for all code generation activities to the application's src/templates/vaadin directory. The templates directories include:

src
   templates
       vaadin
           artifacts
           scaffolding

The artifacts directory contains the templates used by the create-* commands. The scaffolding directory contains templates used by the generate-* commands.

Note that this command is identical to Grails's install-templates except that it uses a different template location.